home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // Female dancer for dancing in nightclub and adding babage to
- // casino.
- //
- // Author: Boon
- //
-
- // SINED SECTION
- //
- /*SINED Innocent_FemaleDancer (1 .5 0) (0 0 0) (0 0 0)
- Female Dancer with all skins
- */
-
- // --------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/jessica
-
- scale 1.3
-
- // Base Model
- jessica_base.sbm
-
- // Skins
- normal fdancer_03a.tga //Red crop top
- normal fdancer_03ab.tga //Blue crop top with purple spots
- normal fdancer_03ac.tga //Green and purple swirly crop top
- normal fdancer_03ad.tga //Blue and pink swirly crop top
- normal fdancer_03ae.tga //Purple and red swirly crop top
- normal fdancer_03b.tga //Purple dress
- normal fdancer_03c.tga //Green and blue crocodile skin sort of dress
- normal fdancer_03d.tga //Blue dress with green spots
- normal fdancer_03e.tga //Purple and orange swirly dress
- normal fdancer_03f.tga //Green and pink splotchy dress
- normal fdancer_03g.tga //Blue and purple splotchy dress
- normal fdancer_03h.tga //Blue and yellow stripey dress
- normal fdancer_03i.tga //Black, with pink and yellow dress
- normal fdancer_03j.tga //with blue and purple dress
- normal fdancer_03k.tga //with green and yellow dress
-
- damage fdancer_damage_03a.tga
- damage fdancer_damage_03ab.tga
- damage fdancer_damage_03ac.tga
- damage fdancer_damage_03ad.tga
- damage fdancer_damage_03ae.tga
- damage fdancer_damage_03b.tga
- damage fdancer_damage_03c.tga
- damage fdancer_damage_03d.tga
- damage fdancer_damage_03e.tga
- damage fdancer_damage_03f.tga
- damage fdancer_damage_03g.tga
- damage fdancer_damage_03h.tga
- damage fdancer_damage_03i.tga
- damage fdancer_damage_03j.tga
- damage fdancer_damage_03k.tga
-
- // Normal Animations
- idle1 twostep_a.sam //girls only
- twitch1 twostep_b.sam
- idle2 twostep_c.sam
- walk walk.sam
- death death.sam
- run1 flee_a.sam
- //run2 flee_b.sam
- //run3 flee_c.sam
- //run4 flee_d.sam
- pain cower.sam
-
- // Optional Animations
- scream.sam
- cower.sam
- dance4 twostep_d.sam //boys only
-
- new_face_test.sam
- new_face_test2.sam
-
- // Scripted Animations
- chair_a.sam
- chair_b.sam
- chair_c.sam
- lean.sam
- talk.sam
-
- // Id And Group Definitions
- id 10 group head flesh
- group head damage 2.0
- id 20 group torso_front flesh
- id 100 group torso_front flesh
- group torso_front damage 1.2
- id 22 group torso_back flesh
- id 101 group torso_back flesh
- group torso_back damage 1
- id 30 group leg_left flesh
- group leg_left damage 0.4
- id 40 group leg_right flesh
- group leg_right damage 0.4
- id 50 group arm_left flesh
- group arm_left damage 0.7
- id 60 group arm_right flesh
- group arm_right damage 1
-
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
- //
- // SERVER Initialization Commands
- //
- // Class Setup
- server classname actor
- server script global/neutral.scr
- server setsize "-16 -16 0" "16 16 80"
- server crouchsize "-16 -16 0" "16 16 64"
- server health 30
- server painthreshold 1
-
- // Sound Aliases
-
- //
- // CLIENT Initialization Commands
- //
- // Sound Aliases
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // Special Commands
- server crouch_down last nextanim crouch_idle
-
- //Her lean animation incorporates its own idle by looping on itself
- server lean 14 nextframe 8
-